DELETE BSP

This command will delete a BSP world from the 3D scene.

  Syntax
DELETE BSP
  Returns

This command does not return a value.

  Description

All data loaded with the LOAD BSP command will be removed from the system allowing you to load a new BSP world.

  Example Code
load bsp "ikzdm1.pk3","ikzdm1.bsp"
make object sphere 1,100
position object 1,0,0,0
set bsp camera 1
set bsp camera collision 1,0,0.75,0
set bsp object collision radius 1,1,0,0,0
set bsp collision threshhold 1,0.001
do
control camera using arrowkeys 0,5,4
sync
loop
delete bsp
end
  See also

WORLD Commands Menu
Index